@media screen and (max-width: 750px) {
    * {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        box-sizing: border-box;
    }

    body {
        width: 100%;
    }

    .leftFloatingWindow,
    .rightFloatingWindow {
        display: none;
    }

    .clear::after {
        display: none !important;
    }

    #header,
    .main,
    #footer {
        width: 100%;
        overflow: hidden;
    }

    #header {
        display: flex;
        flex-direction: column;
    }

    .header_con {
        width: 100% !important;
        height: auto !important;
        background-image: url(header.jpg) !important;
        background-repeat: no-repeat !important;
        background-position: 70% top !important;
        background-size: cover !important;
        padding: 0 10px;
    }

    .header_con .top {
        width: 100% !important;
        height: auto !important;
        padding: 0 !important;
        line-height: 24px !important;
        display: flex;
        flex-direction: column-reverse;
    }

    .header_con .top ul {
        line-height: 25px;
        margin: 10px 0 !important;
    }

    .header_con .top ul li img {
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        width: 200px !important;
        height: auto !important;
        margin: 0 0 0 -100px !important;
    }

    .header_con .middle {
        height: auto !important;
    }

    .header_con .middle .logo {
        max-width: 80%;
        margin: 20px auto;
    }

    #header .nav {
        height: 50px !important;
        background: #325db7;
        overflow-x: auto;
    }

    #header .nav ul {
        min-width: 100% !important;
        padding: 0 !important;
        display: flex;
        width: auto !important;
    }

    #header .nav ul li {
        height: 50px !important;
        width: auto !important;
    }

    #header .nav ul li a span {
        height: 40px !important;
        line-height: 50px !important;
        font-size: 16px !important;
        word-break: keep-all;
        margin: 0 10px;
        /* overflow: hidden; */
        /* text-overflow: ellipsis; */
    }

    .index .part1 {
        display: flex;
        flex-direction: column-reverse;
    }

    .part1_right {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    /* 图片新闻 */

    .slideBox {
        width: 100%;
        height: 68vw;
    }

    .slideBox .bd img {
        width: 100vw;
        height: 60vw;
    }

    .slideBox .hd ul {
        display: flex;
    }

    .slideBox .hd ul li {
        flex: 1;
    }

    .slideBox .hd ul li.on {
        background: url(slidebox_page_on_1.png) no-repeat center center;
    }

    .slideBox .slideBox_msg {
        left: 5%;
        margin: 0;
        width: 90%;
        background-size: 100% 100%;
    }

    .slideBox .slideBox_msg a {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /* 首页办事 */

    .index_work {
        height: auto;
        margin: 12px 0 0 0;
    }

    .index_work_top {
        border-bottom: 1px solid #ccc;
    }

    .work_module {
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .work_module .work01 a {
        width: 329px;
        height: 127px;
        display: block;
        margin: 26px 6px 0;
    }

    .work_module .pyb a {
        float: left;
        background: url(pyb.png) no-repeat center center;
    }

    .work_module .yjs a {
        float: right;
        background: url(yjs.png) no-repeat center center;
    }

    .work_module .work02 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 15px 0px;
    }

    .work_module .work02 a {
        margin: 10px 0;
    }

    .work_module .work02 a img {
        display: block;
        height: 30px;
        margin: 12px auto 5px;
        transition: all 1s;
    }

    .work_module .work02 a:hover img {
        transform: rotateY(720deg);
    }

    .index .part1_left {
        width: 100%;
        height: auto;
        margin-top: 0;
        padding: 0 20px;
    }

    .slideTxtBox .hd ul li {
        float: left;
        margin-bottom: 20px;
    }

    .dynamic .bd ul {
        padding: 15px 0;
    }

    .yidongfuwu img {
        width: 100vw;
        display: block;
    }

    .part2.nformation_Delivery ul {
        display: flex;
        flex-wrap: wrap;
        padding: 2vw;
        margin: 0;
    }

    .part2.nformation_Delivery ul li {
        width: 44vw;
        margin: 2vw;
        overflow: hidden;
    }

    .part2.nformation_Delivery ul li a {
        width: 100%;
    }

    .part3 .index_open {
        width: 100%;
    }

    .part3 .index_open .bd ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .part3 .index_interaction {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .part3 .index_interaction .bd {
        width: 100%;
    }

    .part3 .index_interaction .index_interaction_right {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .part3 .index_interaction .index_interaction_right>div {
        margin: 10px 0;
    }

    .slideTxtBox {
        display: flex;
        flex-direction: column;
    }

    .nformation_Delivery {
        display: flex;
        flex-direction: column;
    }

    .slideGroup {
        width: 100%;
        padding-bottom: 30px;
        display: flex;
        flex-direction: column;
    }

    .slideGroup .parHd {
        display: flex;
        /* flex-direction: column; */
        /* padding:20px 0; */
    }

    .slideGroup .parHd ul {
        display: flex;
        align-items: center;
    }

    .slideGroup .parHd ul li,
    .slideGroup .parHd dl dd {
        margin-left: 10px;
    }

    .slideGroup .parBd ul.img_group li {
        margin: 0 5vw;
    }

    .slideGroup .parBd ul.img_group li a img {
        width: 90vw;
        height: 30vw;
    }

    .slideGroup .parBd .hd {
        position: absolute;
        top: initial;
        bottom: 0;
        right: 0;
        width: 100%;
    }

    .slideGroup .parBd .hd ul {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .friendLinks .ColumnName {
        width: 100%;
    }

    .friendLinks .select_group .select {
        margin: 20px 0 0 28px;
    }

    .select_group .link a {
        margin: 20px 0 0 28px;
    }

    #footer .footer_con {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
    }

    #footer .footer_con .footer_left {
        width: 100%;
        padding: 0 20px;
    }

    #footer .footer_con .footer_left tr {
        display: flex;
        flex-wrap: wrap;
    }

    #footer .footer_con .footer_left tr td {
        width: 100%;
        word-break: keep-all;
        line-height: 28px;
        font-size: 14px;
    }

    #footer .footer_con .footer_right {
        border: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #footer .footer_con .footer_right ul {
        padding: 0;
    }

    .footer_right .dzjg img {
        margin: 0 20px !important;
    }

    /* 资讯动态 */

    .banner.swiper-container {
        margin: 15px 0;
    }

    .banner.swiper-container img {
        width: 100vw;
        display: block;
    }

    .info {
        width: 100%;
        float: right;
    }

    .Information .part2,
    .Information .part3 {
        display: flex;
        flex-direction: column;
    }

    .zx_dynamic {
        width: 100%;
    }

    .zx_dynamic .hd ul li {
        width: 120px;
        margin: 0 1px;
    }

    .zx_dynamic .more {
        display: none;
    }

    /* 领导信息 */
    .leaderInformation {
        padding: 0 10px
    }

    .leaderInformation .hd {
        display: flex;
        flex-direction: column;
    }

    .leaderInformation .hd h1 {
        float: left;
        line-height: 55px;
        padding: 0 10px;
        font-size: 22px;
        color: #404040;
        font-weight: normal;
    }

    .leaderInformation .hd ul {
        display: flex;
        flex-wrap: wrap;
    }

    .leaderInformation .hd ul li {
        margin: 10px 0 10px calc(33.33vw - 69px);
    }

    .leaderInformation .hd ul li a {
        color: #fff;
    }

    .leaderInformation .hd ul li.on a {
        color: #305db8;
    }

    .leaderInformation .bd>div:after {
        content: '';
        display: block;
        clear: both;
    }

    .leaderInformation .bd>div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .leaderInformation .bd>div .photo {
        height: auto;
    }

    .leaderInformation .bd>div .photo img {}

    .leaderInformation .bd>div .resume {
        width: 100%;
        padding: 0px 0;
        line-height: 40px;
    }

    .leaderInformation .bd>div .photo dt {
        padding: 20px 0;
    }

    .leaderInformation .bd>div .resume dd span {
        display: block;
        float: left;
        width: 112px;
        font-weight: 1000;
    }

    .leaderInformation .bd>div .resume dd span:before {
        content: '';
        display: inline-block;
        width: 5px;
        height: 19px;
        background: #326db7;
        border-radius: 2px;
        vertical-align: text-bottom;
        margin: 3px 11px 0;
    }

    .leaderInformation .bd>div .resume dd p {
        overflow: hidden;
    }

    .leaderInformation .bd>div .resume dd p a {
        color: #305db8;
        float: right;
    }

    .leaderInformation .bd>div .dashed {
        display: none;
    }

    .leaderInformation .bd>div .nameList {
        width: 100%;
        padding: 20px 13px;
    }

    .leaderInformation .bd>div .nameList dd span {
        float: left;
        display: block;
        min-width: 90px;
    }

    .leaderInformation .bd>div .nameList dd p {
        overflow: hidden;
    }

    .leaderInformation .bd>div .nameList dd p a {
        padding: 0 15px;
        display: inline-block;
    }

    .leaderInformation .bd>div .nameList dd p a:hover {
        color: #305db8;
    }

    .open .tab_group {
        width: 100%;
    }

    .open .tab_group .tab {
        height: auto;
    }

    .open .tab_group .tab .hd {
        height: auto;
    }

    .open .tab_group .tab .hd ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 0;
    }

    .open .tab_group .tab .hd ul li {
        width: 40%;
        margin: 10px 0;
    }

    .open .tab_group .tab .hd .more {
        display: none;
    }

    /* 信息公开 */

    .xxgk {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .xxgk>dl {
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .xxgk>dl dd {
        width: 45%;
        height: 52px;
        margin: 10px 0;
    }

    .xxgk>dl dd a {
        display: block;
        line-height: 52px;
        text-align: center;
        border-radius: 6px;
        background: #f8f8f8;
    }

    .xxgk>dl dd a:hover {
        background: #5bd190;
        color: #fff;
    }

    .xxgk .xxgk-wrapper {
        position: relative;
    }

    .xxgk .xxgk-wrapper .rollBtn .rollBtnGroup .prev {
        left: 5px;
    }

    .xxgk .xxgk-wrapper .rollBtn .rollBtnGroup .next {
        right: 5px;
    }

    .xxgk .swiper-wrapper .swiper-slide {
        padding: 4px 0 0 0;
        display: flex;
        flex-wrap: wrap;
    }

    .xxgk .swiper-wrapper .swiper-slide a {
        margin: 2px 0 2vw calc(33.33vw - 93px);
    }

    /* 机构职能 */

    .institutionalFunctions {
        width: 95%;
        display: flex;
        margin: 0 auto;
    }

    .institutionalFunctions .iFitem {
        flex: 1;
    }

    .institutionalFunctions .iFitem>div {
        width: 100%;
        display: flex;
    }

    .institutionalFunctions .iFitem a:last-child {
        border: 0
    }

    /* 政务服务 */

    .Service_title {
        display: flex;
        justify-content: space-between;
    }

    .Service_top .bd ul li a,
    .Service_top .bd ul li a img {
        display: block;
        width: 95vw;
        height: auto;
    }

    .Service_bottom .bd ul li a {
        width: 40vw;
        height: 86px;
    }

    .Service_top .bd ul li {
        margin: 20px 0px;
    }
















    .service .part3 {
        display: flex;
        flex-direction: column;
    }

    /* 个人办事 */

    .personalAffairs {
        width: 100%;
    }

    .personalAffairs .bd>div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .personalAffairs .bd>div a {
        display: block;
        width: 140px;
        height: 42px;
        background: #f8f8f8;
        float: left;
        margin: 7px 8.2px;
        border-radius: 5px;
        line-height: 42px;
        text-align: center;
    }

    .personalAffairs .bd>div a:hover {
        background: #5bd190;
        color: #fff;
    }

    .personalAffairs .bd>div:after {
        display: none;
    }

    .swiper_container_top ul {
        float: left;
        padding: 15px 0;
    }

    .swiper_container_top ul li {
        float: left;
        margin: 0 10px;
        margin-left: 50px;
    }

    .swiper_container_top ul li a {
        display: block;
        width: 128px;
        height: 42px;
        text-align: center;
        line-height: 42px;
        font-size: 20px;
    }

    .swiper_container_top ul li.on a {
        background: url(tab_on.png) no-repeat center center;
        color: #fff;
    }

    /* 重点办事 */

    .keyTasks {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .keyTasks_item {
        padding: 0px 0px; 
        display: flex;
        /* flex-wrap: wrap; */
        width: auto !important;
    }

    .keyTasks_item li.zdbs01 {
        width: 30vw;
        margin: 1vw 0 0 2.5vw;
    }

    .keyTasks_item li.zdbs02 {
        width: 30vw;
        margin: 1vw 0 0 2.5vw;
    }

    .keyTasks_item li.zdbs03 {
        width: 30vw;
        margin: 1vw 2.5vw 0 2.5vw;
    }

    .keyTasks_item li.zdbs04 {
        width: 22vw;
        margin: 2.5vw 0 0 2.5vw;
        height: 62px;
        line-height: 62px;
    }

    .keyTasks_item li.zdbs05 {
        width: 22vw;
        margin: 2.5vw 0 0 2.5vw;
        height: 62px;
        line-height: 62px;
    }

    .keyTasks_item li.zdbs06 {
        width: 22vw;
        margin: 2.5vw 0 0 2.5vw;
        height: 62px;
        line-height: 62px;
    }

    .keyTasks_item li.zdbs07 {
        width: 22vw;
        margin: 2.5vw 0 0 2.5vw;
        height: 62px;
        line-height: 62px;
    }

    .keyTasks_item li.zdbs08 {
        width: 95.25vw;
        margin: 2.5vw 0 0 2.5vw;
        height: 62px;
        writing-mode: rl-tb;
        line-height: 62px;
    }

    .keyTasks_item li a {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
    }

    /* 便民服务 */

    .Convenience {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .Convenience dt {
        width: 94%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        border-radius: 5px;
    }

    .Convenience dd {
        width: 33.33%;
    }

    /* 民政互动 */
    .interaction .part2 {
        display: flex;
        flex-direction: column;
    }

    .interaction .banner.swiper-container {
        margin-bottom: 25px;
    }

    .interaction_bxt {
        width: 100%;
    }

    .interaction_bxt .bd dl iframe {
        height: 690px;
    }

    .interaction_bxt .bd dl dt {
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 10px;
        display: flex;
    }

    .interaction_bxt .bd dl dt span {
        flex: 1;
        text-align: center;
    }

    /* 在线调查  */

    .onlineSurvey {
        width: 100%;
    }

    .onlineSurvey .more {
        display: none;
    }

    /* 在线访谈 */
    .interaction .part3 {
        display: flex;
        flex-direction: column;
    }

    .interview {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .interview .bd>div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .interview .bd>div .interview_information {
        width: 100%;
        padding: 1rem 0;
    }

    .interview .bd>div .interview_information dd {
        display: flex;
    }

    .interview .bd>div .interview_information dd span {
        width: 60px;
    }

    .interview .bd>div .interview_information dd p {
        flex: 1;
    }

    /* 信访接待 */

    .Reception {
        width: 100%;
    }

    .Reception .bd dl dd {
        display: flex;
    }

    .Reception .bd dl dd span {
        width: 100px;
    }

    .Reception .bd dl dd p {
        flex: 1;
    }

    .Reception .bd dl dt {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .Reception .bd dl dt a {
        margin: 1rem 1rem 0;
    }

    .Business {
        padding: 0 1rem;
    }

    .Business .part2,
    .Business .part3,
    .Business .part4 {
        display: flex;
        flex-direction: column;
    }

    .survey {
        width: 100%;
        height: auto;
        padding: 0 0 1rem 0;
    }

    .survey img {
        width: 100%;
        height: auto;
    }

    .survey_right {
        width: 100%;
        padding: 1rem 0;
    }

    .Business_list,
    .bills,
    .bills1 {
        width: 100%;
        margin: 0;
    }

    .bills {
        margin: 1rem 0;
    }

    .Exhibition_item {
        display: flex;
        flex-direction: column;
    }

    .Exhibition_item:nth-child(2) {
        flex-direction: column-reverse;
    }

    .Exhibition_item>div {
        width: 100%;
        height: auto;
    }

    .Exhibition_item:nth-child(1)>div:nth-child(1),
    .Exhibition_item:nth-child(2)>div:nth-child(2) {
        padding: 110px 43px 1rem;
    }

    .Exhibition_item>div:nth-child(2) img {
        width: 100%;
        height: auto;
    }
}